Crate ockam_core[][src]

Core types of the Ockam library.

This crate contains the core types of the Ockam library and is intended for use by other crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate.

Modules

lib

A facade around the various collections and primitives needed when using no alloc, alloc only, or std modes

Structs

Address
Error

The type of errors returned by Ockam functions.

Traits

Message

A user defined message that can be serialised and deserialised

Worker

Base ockam worker trait. See Handler for message receival

Type Definitions

Encoded
Result

The type returned by Ockam functions.